Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev p3.0/event bag #814

Open
wants to merge 7 commits into
base: major/P3.0
Choose a base branch
from
Open

Dev p3.0/event bag #814

wants to merge 7 commits into from

Conversation

ankushdesai
Copy link
Member

No description provided.

m1 = new M1((sender= this, num= 0));
i = 0;
prev = 0;
while (i < 100)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This loop is unnecessary??

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was hoping that would make events stay in the inbox longer. Doesn't seem work, will remove it

entry (payload: (sender: Main, num: int)) {
print format("sender: {0}", payload.sender);
i = payload.num;
j = i + 10;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we even need the variable j?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will remove that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants